home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / qralias.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.2 KB  |  74 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'qralias.pas' rev: 3.00
  6.  
  7. #ifndef qraliasHPP
  8. #define qraliasHPP
  9. #include <qr2const.hpp>
  10. #include <ComCtrls.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <DBTables.hpp>
  13. #include <Bde.hpp>
  14. #include <Db.hpp>
  15. #include <Buttons.hpp>
  16. #include <StdCtrls.hpp>
  17. #include <Dialogs.hpp>
  18. #include <Forms.hpp>
  19. #include <Controls.hpp>
  20. #include <Graphics.hpp>
  21. #include <Classes.hpp>
  22. #include <Messages.hpp>
  23. #include <Windows.hpp>
  24. #include <SysUtils.hpp>
  25. #include <SysInit.hpp>
  26. #include <System.hpp>
  27.  
  28. //-- user supplied -----------------------------------------------------------
  29.  
  30. namespace Qralias
  31. {
  32. //-- type declarations -------------------------------------------------------
  33. class DELPHICLASS TQRTableSelect;
  34. class PASCALIMPLEMENTATION TQRTableSelect : public Forms::TForm 
  35. {
  36.     typedef Forms::TForm inherited;
  37.     
  38. __published:
  39.     Stdctrls::TComboBox* Alias;
  40.     Stdctrls::TComboBox* Table;
  41.     Stdctrls::TLabel* Label1;
  42.     Stdctrls::TLabel* Label2;
  43.     Stdctrls::TButton* OK;
  44.     Stdctrls::TButton* Cancel;
  45.     void __fastcall FormCreate(System::TObject* Sender);
  46.     void __fastcall AliasChange(System::TObject* Sender);
  47.     void __fastcall CancelClick(System::TObject* Sender);
  48.     void __fastcall OKClick(System::TObject* Sender);
  49.     
  50. public:
  51.     System::AnsiString strTable;
  52.     System::AnsiString strAlias;
  53. public:
  54.     /* TCustomForm.Create */ __fastcall virtual TQRTableSelect(Classes::TComponent* AOwner) : Forms::TForm(
  55.         AOwner) { }
  56.     /* TCustomForm.CreateNew */ __fastcall TQRTableSelect(Classes::TComponent* AOwner, int Dummy) : Forms::
  57.         TForm(AOwner, Dummy) { }
  58.     /* TCustomForm.Destroy */ __fastcall virtual ~TQRTableSelect(void) { }
  59.     
  60. public:
  61.     /* TWinControl.CreateParented */ __fastcall TQRTableSelect(HWND ParentWindow) : Forms::TForm(ParentWindow
  62.         ) { }
  63.     
  64. };
  65.  
  66. //-- var, const, procedure ---------------------------------------------------
  67.  
  68. }    /* namespace Qralias */
  69. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  70. using namespace Qralias;
  71. #endif
  72. //-- end unit ----------------------------------------------------------------
  73. #endif    // qralias
  74.